home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
04
/
3
/
DISK0432.ZIP
/
CRW.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1985-12-16
|
572b
|
40 lines
/#
//
RM
%4H %*%%
*C COPY ROW OF DATA
*C COPY FRST FROM 1ST CELL TO ROW, THEN FILL IN AREA
TE P=%\*U HERE
TE T-1.\R=%
TE U-2.\S=%
%qGive Start Cell of Row>%L %\
TE *U HERE
TE T-1.\B=%
TE U-2.\C=%
%Give End Cell of Row>%L %\
TE *U HERE
TE T-1.\D=%
TE U-2.\E=%
%Give Bottom Left of Left Column>%L %\
TE *U HERE
TE T-1.\F=%
TE U-2.\G=%
L A1
TE G-C+1.\H=%
TE B+1.\I=%
TE C+1.\J=%
*CLOOP
*C LOOP
*COOP
CR P#%BC:P#%DC P#%BE:P#%DE
TE E+1.\E=%
TE H-1.\H=%
TE *F LOOP
*C SHOULD BE DONE HERE. EXIT.
L A1
L P#%RS
TE %=P
RF
/#